organizations-local 0.0.55__tar.gz → 0.0.57b2879__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/PKG-INFO +1 -1
- organizations_local-0.0.57b2879/README.md +28 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local.egg-info/PKG-INFO +1 -1
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/pyproject.toml +1 -1
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/setup.py +2 -1
- organizations_local-0.0.55/README.md +0 -1
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local/src/__init__.py +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local/src/organizations_constants_src.py +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local/src/organizations_local.py +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local.egg-info/SOURCES.txt +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local.egg-info/dependency_links.txt +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local.egg-info/requires.txt +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local.egg-info/top_level.txt +0 -0
- {organizations_local-0.0.55 → organizations_local-0.0.57b2879}/setup.cfg +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Organization Main Local Python Package
|
|
2
|
+
|
|
3
|
+
TODO Please update the README of the package
|
|
4
|
+
|
|
5
|
+
# TODOs
|
|
6
|
+
|
|
7
|
+
TODO Bring the logo of the organization/company from finhub/clearbit/IEX Cloud/Poligon.io/Yahoo Finance (via RapidAPI or yfinance) using API Management Virtual API (alternative APIs) and store it in the storage. Note that IEX Cloud announced the shutdown of certain services.<br>
|
|
8
|
+
|
|
9
|
+
TODO Move all files from organizations-local to organization_local in the repo directory.<br>
|
|
10
|
+
|
|
11
|
+
TODO organization is_no_active_group_member_in_groups( groups).<br>
|
|
12
|
+
TODO organizations organizatiobs_with_no_active_member_is_groups( Filter, Groups).<br>
|
|
13
|
+
|
|
14
|
+
TODO When sending a message, we get the organization as part of a template, and the organization includes more than one company. Shall we add the two Organizations, Companies? Generate a warning?<br>
|
|
15
|
+
|
|
16
|
+
TODO When searching for an organization (company) in a certain language, search for the organization in all languages. Shall we have this logic in Criteria or in Organization? - We prefer to have this logic in the Organization class.<br>
|
|
17
|
+
|
|
18
|
+
TODO Add reputation float 0.0-1.0 to each organization (same in url_table).<br>
|
|
19
|
+
|
|
20
|
+
TODO Get all aliases and values in all languages of the Organization.<br>
|
|
21
|
+
|
|
22
|
+
TODO If the Organization's original name includes parentheses (), create an alias name for the organization with the name in the parentheses.<br>
|
|
23
|
+
|
|
24
|
+
TOOD organization name included in other organization name group included in another group name (let's make it generic) creates Recommendation Action Item.<br>
|
|
25
|
+
|
|
26
|
+
TODO Organizations without any URL (nor email) - Create Action Items. [Data Analyst]<br>
|
|
27
|
+
|
|
28
|
+
TODO Organizations, Groups ... which are not commonly used, maybe they are spelling mistakes or aliases. [Data Analysis].<br>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "organizations-local"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.25" # https://pypi.org/project/organizations-local
|
|
8
8
|
description = "organizations-local Python Package"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -5,7 +5,7 @@ package_dir = PACKAGE_NAME.replace("-", "_")
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name=PACKAGE_NAME,
|
|
8
|
-
version='0.0.
|
|
8
|
+
version='0.0.57b2879', # https://pypi.org/project/organizations-local/
|
|
9
9
|
author="Circles",
|
|
10
10
|
author_email="info@circlez.ai",
|
|
11
11
|
description="PyPI Package for Circles organizations-local Python",
|
|
@@ -27,3 +27,4 @@ setuptools.setup(
|
|
|
27
27
|
"user-context-remote>=0.0.58",
|
|
28
28
|
],
|
|
29
29
|
)
|
|
30
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
TODO Please update the README of the package
|
{organizations_local-0.0.55 → organizations_local-0.0.57b2879}/organizations_local/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|