construct-tracker


Nameconstruct-tracker JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/danielmlow/construct-tracker
SummaryTrack and measure constructs, concepts or categories in text documents.
upload_time2024-06-14 23:23:14
maintainerNone
docs_urlNone
authorDaniel M. Low
requires_python<3.12,>=3.11
licenseApache
keywords lexicon concept classification nlp embeddings similarity zero shot construct category social sciences text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # construct-tracker
Track and measure constructs, concepts or categories in text documents


# Installation

```bash
pip install construct-tracker
```

# Quick usage






## Releasing a new version

- Create an API Token on [Pypi](https://pypi.org/).
- Create a [new release](https://github.com/danielmlow/construct-tracker/releases/new) on Github. 
Create a new tag in the form ``*.*.*``.


`pyproject.toml` has the requirements

<!-- tutorial to create package: https://www.youtube.com/watch?v=2goLiz4vTss -->

```
conda activate construct_poetry
pip install poetry # create file with dependencies
poetry config virtualenvs.in-project true
poetry lock
poetry install
poetry config pypi-token.pypi API_token
poetry build
poetry publish
```

To reflect any new changes in pypi, change the version number in pyproject.toml
```
poetry build
poetry publish
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/danielmlow/construct-tracker",
    "name": "construct-tracker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.11",
    "maintainer_email": null,
    "keywords": "lexicon, concept, classification, NLP, embeddings, similarity, zero shot, construct, category, social sciences, text",
    "author": "Daniel M. Low",
    "author_email": "daniel.m.low@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/c9/77fccdc3059ad81acd71aaa9ecdb228d6420c852b04f836a7f416861776e/construct_tracker-0.0.2.tar.gz",
    "platform": null,
    "description": "# construct-tracker\nTrack and measure constructs, concepts or categories in text documents\n\n\n# Installation\n\n```bash\npip install construct-tracker\n```\n\n# Quick usage\n\n\n\n\n\n\n## Releasing a new version\n\n- Create an API Token on [Pypi](https://pypi.org/).\n- Create a [new release](https://github.com/danielmlow/construct-tracker/releases/new) on Github. \nCreate a new tag in the form ``*.*.*``.\n\n\n`pyproject.toml` has the requirements\n\n<!-- tutorial to create package: https://www.youtube.com/watch?v=2goLiz4vTss -->\n\n```\nconda activate construct_poetry\npip install poetry # create file with dependencies\npoetry config virtualenvs.in-project true\npoetry lock\npoetry install\npoetry config pypi-token.pypi API_token\npoetry build\npoetry publish\n```\n\nTo reflect any new changes in pypi, change the version number in pyproject.toml\n```\npoetry build\npoetry publish\n```\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Track and measure constructs, concepts or categories in text documents.",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://danielmlow.github.io/construct-tracker/",
        "Homepage": "https://github.com/danielmlow/construct-tracker",
        "Repository": "https://github.com/danielmlow/construct-tracker"
    },
    "split_keywords": [
        "lexicon",
        " concept",
        " classification",
        " nlp",
        " embeddings",
        " similarity",
        " zero shot",
        " construct",
        " category",
        " social sciences",
        " text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1a4155204a29f69d028dd222cf5ccaacaacadabd539154434ac0da37c4819fa",
                "md5": "82c83425f4888ce131d500242e380e79",
                "sha256": "dfd962532109e53db0381ddc81429cc7b2c8d2ce3c6b498dca27b4c3dd9d187a"
            },
            "downloads": -1,
            "filename": "construct_tracker-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82c83425f4888ce131d500242e380e79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.11",
            "size": 86876,
            "upload_time": "2024-06-14T23:23:12",
            "upload_time_iso_8601": "2024-06-14T23:23:12.416893Z",
            "url": "https://files.pythonhosted.org/packages/c1/a4/155204a29f69d028dd222cf5ccaacaacadabd539154434ac0da37c4819fa/construct_tracker-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccc977fccdc3059ad81acd71aaa9ecdb228d6420c852b04f836a7f416861776e",
                "md5": "63453f6764859df6d59da15de87426b2",
                "sha256": "dd0d0c0741369ff7c035dcfa934c6a889168828a164df506e9cd09e5628482fc"
            },
            "downloads": -1,
            "filename": "construct_tracker-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "63453f6764859df6d59da15de87426b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.11",
            "size": 79334,
            "upload_time": "2024-06-14T23:23:14",
            "upload_time_iso_8601": "2024-06-14T23:23:14.283926Z",
            "url": "https://files.pythonhosted.org/packages/cc/c9/77fccdc3059ad81acd71aaa9ecdb228d6420c852b04f836a7f416861776e/construct_tracker-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 23:23:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danielmlow",
    "github_project": "construct-tracker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "construct-tracker"
}
        
Elapsed time: 0.27766s