Skip to main content

Enrich the information coming from MetaNetX from additional sources.

Project description

Current PyPI Version Supported Python Versions Apache Software License Version 2.0 Code of Conduct Travis CI AppVeyor Codecov Black Documentation Status

Enrich the information coming from MetaNetX from additional sources.

Post Template-Instantiation Steps

  1. Start working with git.

    git init
  2. Check for an updated versioneer.

    pip install versioneer
    versioneer install

    You probably have to remove the mess in src/metanetx_post/__init__.py.

  3. Commit all the files.

    git add .
    git commit
  4. Create a repository on GitHub if you haven’t done so yet and link it to Travis CI.

  5. Browse through the architecture decision records (docs/adr) if you want to understand details of the package design.

  6. Remove this section from the readme and describe what your package is all about.

  7. When you’re ready to make a release, perform the following steps.

    1. On Travis CI set the secure environment variables PYPI_USERNAME, PYPI_PASSWORD, and GITHUB_TOKEN.

    2. Tag your latest commit with the desired version and let Travis handle the release.

      git tag 0.1.0
      git push origin 0.1.0

Install

It’s as simple as:

pip install metanetx-post

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metanetx-post-0.1.0a1.tar.gz (41.8 kB view hashes)

Uploaded Source

Built Distribution

metanetx_post-0.1.0a1-py2.py3-none-any.whl (61.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page