From Editor to PyPi
latest

Agenda:

  • Programme
  • Step-by-step guide
  • Configuring PyPi for publishing packages
  • Write your PyPi credentials to .pypirc
  • Creating a setup.py
  • Next Steps
From Editor to PyPi
  • Docs »
  • Workshop: From Editor to PyPi
  • Edit on GitHub

Workshop: From Editor to PyPi¶

Danger

This documentation is a work-in-progress. Please watch the project on github to receive updates on its repository.

Agenda:

  • Programme
  • Step-by-step guide
    • 1. Create service accounts
    • 2. Install virtualenv
    • 3. Install cookiecutter
    • 4. Create your package with cookiecutter
    • 5. Enter your virtualenv
    • 6. Run tests
    • 7. Build your pre-generated documentation
    • 8. Create a github repository and push your code
  • Configuring PyPi for publishing packages
  • Write your PyPi credentials to .pypirc
  • Creating a setup.py
    • README.rst and long_description
    • Declare Trove Classifiers
  • Next Steps
    • Improve your build
    • Host a private PyPi
    • Get better at writing docs
    • Explore other tools
    • Please give feedback
Next

© Copyright 2018, Gabriel Falcão. Revision efe876e8.

Built with Sphinx using a theme provided by Read the Docs.