Skip to content

Pip package available #34

@maaaaz

Description

@maaaaz

Hello,

I managed to package certitude:

  • $ git clone https://github.com/maaaaz/certitude.git
  • $ cd certitude
  • $ pip install .
  • $ certitude -h

I had to patch some hardcoded file paths:

  • So make sure to use os.path.join(os.path.dirname(__file__), '<file>' as much as possible: perform some tests to see if haven't forgotten other hardcoded file paths
  • You can check diffs here

For the next steps:

  1. Register an account on Pypi (test and production)
  2. Configure your .pypirc file with credentials
  3. $ cd certitude
  4. $ python setup.py sdist
  5. $ pip install twine (for HTTP upload to Pypi)
  6. $ twine upload dist/*
  7. Profit

For further information: https://packaging.python.org/tutorials/distributing-packages/

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions