package
stringlengths 1
122
| pacakge-description
stringlengths 0
1.3M
|
---|---|
aixm-arm
|
Auth: zhangxinhao主要功能python 负载均衡多线程视频读取日志常用工具图片处理部件
|
aixm-py38
|
Failed to fetch description. HTTP Status Code: 404
|
aiXplain
|
aiXplainaixplain is a software development kit (SDK) for theaiXplainplatform. With aixplain, developers can quickly and easily:DiscoveraiXplain’s ever-expanding catalog of 35,000+ ready-to-use AI models and utilize them.BenchmarkAI systems by choosing models, datasets and metrics.Designtheir own custom pipelines and run them.FineTunepre-trained models by tuning them using your data, enhancing their performance.🔎Findmodels,datasets,metricson the platform.💛 Our repository is constantly evolving. With the help of the scientific community, we plan to add even more datasets, models, and metrics across domains and tasks.Getting StartedInstallationTo install the base package, simply,pipinstallaixplainTo install aiXplain with additional model building support:pipinstallaixplain[model-builder]API Key SetupBefore you can use the aixplain SDK, you'll need to obtain an API key from our platform. For details refer thisTeam API Key Guide.Once you get the API key, you'll need to add this API key as an environment variable on your system.Linux or macOSexportTEAM_API_KEY=YOUR_API_KEYWindowssetTEAM_API_KEY=YOUR_API_KEYJupyter Notebook%env TEAM_API_KEY=YOUR_API_KEYUsageLet’s see how we can use aixplain to run a machine translation model. The following example shows anEnglish to French translation model.fromaixplain.factoriesimportModelFactorymodel=ModelFactory.get("61dc52976eb5634cf06e97cc")# Get the ID of a model from our platform.translation=model.run("This is a sample text")# Alternatively, you can input a public URL or provide a file path on your local machine.Check out theexplore sectionof our guide on Models to get the ID of your desired modelQuick LinksTeam API Key GuideUser DocumentationDeveloper GuideAPI ReferenceRelease notesSupportRaise issues for support in this repository.Pull requests are welcome!NoteTheaiXtendpython package was renamed toaiXplainfrom the release v0.1.1.
|
aixplain-pipelines
|
aiXplain PipelinesaiXplain Pipelines enables python programmers to add AI functions
to their software.An aiXplain pipeline is a directed acyclic graph (DAG) of AI functions built using aiXplain's designer UI. An AI function is a data processing step that relies on a machine learning model to execute. An example of an AI function is speech recognition or machine translation. It helps you process your data by calling a series of functions as defined in the DAG, abstracting the orchestration by providing a simple python function call.aiXplain has a collection of AI models for each AI function. You can explore the collection of our AI models by using the discover feature of ourplatform's website.aiXplain Pipeline Designer DAGThe image below shows a sample aiXplain pipeline built for subtitling video files. The description of the pipeline can be found in thedocumentation.Installationpip install aixplain-pipelinesUser GuideIn order to use aiXplain pipelines, you need to create an account inaiXplain platform. Follow the code samples listed below to get started.Code Samples and Demosaixplain-pipelines provides python APIs to call AI workflows you can build with aiXplain designer.Generic Snippetfrom aixplain_pipelines import Pipeline
api_key=<API_KEY>
pipe = Pipeline(api_key=api_key)
path=<DATA_URL>
response = pipe.run(data=path)API_KEY can be obtained by creating a pipeline in pipeline designer through the aiXplain platform UI.For DATA_URL generate a http(s) link to your image or video file to process, though text input can be directly supplied to data parameter in the run function without needing a URL.Information on how to generate the API_KEY can be found in thesubtitle generation pipeline sample video.Subtitle GenerationThis demo creates a .srt file for the supplied video using aixplain-pipelines. Follow the instructions in thedocumentation.Developer GuideFollow the developer guidedocumentation.SupportRaise issues for support in this repository.Pull requests are welcome!
|
aixtend
|
aiXtendaiXtend is a software development kit (SDK) for theaiXplainplatform. With aiXtend, developers can quickly and easily:DiscoveraiXplain’s ever-expanding catalog of 35,000+ ready-to-use AI models and utilize them.BenchmarkAI systems by choosing models, datasets and metrics.Designtheir own custom pipelines and run them.🎓Documentation🔎Findmodels,datasets,metricson the platform.:yellow_heart: Our repository is constantly evolving. With the help of the scientific community, we plan to add even more datasets, models, and metrics across domains and tasks.Getting StartedInstallationTo install simply,pipinstallaixtendAPI Key SetupBefore you can use the aiXtend SDK, you'll need to obtain an API key from our platform. For details refer thisTeam API Key Guide.Once you get the API key, you'll need to add this API key as an environment variable on your system.Linux or macOSexportTEAM_API_KEY=YOUR_API_KEYWindowssetTEAM_API_KEY=YOUR_API_KEYUsageLet’s see how we can use aiXtend to run a machine translation model.fromaixtend.factories.model_factoryimportModelFactorymodel=ModelFactory.create_asset_from_id("61b27086c45ecd3c10d0608c")# Got the ID of an MT model from on our platformtranslation=model.run("This is a sample text")Check out theexplore sectionof our guide on Models to get the ID of your desired modelDeveloper GuideFollow theDeveloper Guide.SupportRaise issues for support in this repository.Pull requests are welcome!
|
aiyc1v1
|
📦 Bornforthis Library Python aiyc1v11. What?带编程一对一学员学习 Python 所开发的库,便于零基础小白学习。和部分实用功能,目前拥有:简单的 NLP类游戏NoteSearch:https://github.com/AndersonHJB/aiyc1v1/tree/main/aiyc1v1/NoteSearch爬虫延迟插件「DelayWait」:https://github.com/AndersonHJB/aiyc1v1/tree/main/aiyc1v1/DelayWait如果,你有想要实现的功能,迟迟未实现,可以提交 issue 给我。https://github.com/AndersonHJB/aiyc1v1/issues2. Install如果你换源了,请用下面的命令获取最新版本:pipinstallaiyc1v1-ihttps://pypi.org/simple国内镜像源同步,比较缓慢,一般需要一天左右才会同步。pipinstallaiy1v13. Upgrade版本在快速的迭代中,所以如果需要最新版本的话,请用下面的命令。pip3install--upgradeaiyc1v1-ihttps://pypi.org/simplepip3install--upgradeaiyc1v14. 项目文档本部分是对已有的项目进行详细介绍,自行点入进行阅读。NoteSearch:README爬虫延迟插件:5. Github本项目的 GitHub 地址:https://github.com/AndersonHJB/aiyc1v16. 已有功能代码SimpleNLP:简单的自然语言处理代码「仅仅支持英文」——词频分析、词云生成。文档:SimpleNLP.mdGameBase:基础文字对话游戏NoteSearch:文档DelayWait: 智能爬虫插件「2023年01月07日」7. 使用示例NoteSearchfromaiyc1v1importDataManger,Search_Engineabs_path="your/project/path"d=DataManger(path=abs_path)s=Search_Engine(language="zh_CN")s.search("专栏")DelayWait更智能的延迟请求插件,使你摆脱单纯使用time.sleep()。具体实现逻辑,我也会在该插件文档中为你解答。fromaiyc1v1importDelayWaitimportrequestsif__name__=='__main__':urls=["https://bornforthis.cn"]*10d=DelayWait()forurlinurls:html=requests.get(url)d.wait(url)print(html.status_code)Error2022年08月20日numpy.core._exceptions.UFuncTypeError:ufunc'add'didnotcontainaloopwithsignaturematchingtypes(dtype('float64'),dtype('<U1'))->None预测是 dataframe to str 的错误,直接把读取到的结果,强制转换成 strself.content=str(pd.read_csv(self.path))self.content=str(pd.read_excel(self.path))ChangelogBug Fixes:bug 修复⚠ BREAKING CHANGES:⚠ 重大变化Features:特征Reverts:还原Performance Improvements:性能改进2023年01月12日Bug文件读取,过程中,编码问题。Features多语言支持询问用户:查询到 xx 条数据,请问要返回几条?、全部「all」2023年01月06日正式发布可用的 NoteSearch初步解决编写代码,文档中搜索问题2022年08月20日修改用户输入提示template="您选择使用默认路径:%s,\n如果确认请输入回车或者 yes(否则:no):"totemplate="您选择使用路径:%s,\n如果确认请输入回车或者 yes(否则:no):"公众号:AI悦创【二维码】欢迎关注我公众号:AI悦创,有更多更好玩的等你发现!info AI悦创·编程一对一AI悦创·推出辅导班啦,包括「Python 语言辅导班、C++ 辅导班、java 辅导班、算法/数据结构辅导班、少儿编程、pygame 游戏开发」,全部都是一对一教学:一对一辅导 + 一对一答疑 + 布置作业 + 项目实践等。当然,还有线下线上摄影课程、Photoshop、Premiere 一对一教学、QQ、微信在线,随时响应!微信:JiabcdefhC++ 信息奥赛题解,长期更新!长期招收一对一中小学信息奥赛集训,莆田、厦门地区有机会线下上门,其他地区线上。微信:Jiabcdefh方法一:QQ方法二:微信:Jiabcdefh
|
aiycsnlp
|
SimpleNLP-Bornforthis LibraryWhat?带编程一对一学员类基础练习所创建的代码,功能主要有:传入英文文本「.txt」,并调用,生成词云。Installpipinstallaiycsnlp-ihttps://pypi.org/simpleGithubhttps://github.com/AndersonHJB/aiyc-snlp公众号:AI悦创【二维码】欢迎关注我公众号:AI悦创,有更多更好玩的等你发现!info AI悦创·编程一对一AI悦创·推出辅导班啦,包括「Python 语言辅导班、C++ 辅导班、java 辅导班、算法/数据结构辅导班、少儿编程、pygame 游戏开发」,全部都是一对一教学:一对一辅导 + 一对一答疑 + 布置作业 + 项目实践等。当然,还有线下线上摄影课程、Photoshop、Premiere 一对一教学、QQ、微信在线,随时响应!微信:JiabcdefhC++ 信息奥赛题解,长期更新!长期招收一对一中小学信息奥赛集训,莆田、厦门地区有机会线下上门,其他地区线上。微信:Jiabcdefh方法一:QQ方法二:微信:Jiabcdefh
|
aiymakerkit
|
AIY Maker Kit Python API and examplesThe aiymakerkit API greatly simplifies the amount of code needed to
perform common operations with TensorFlow Lite models, such as performing image
classification, object detection, pose estimation, and speech recognition
(usually in combination with the Coral Edge TPU).This repo also includes
scripts to collect training images and perform transfer learning with an image
classification model, directly on your device (such as a Raspberry Pi).This project was designed specifically for theAIY Maker Kit, which uses a
Raspberry Pi with a Coral USB Accelerator, camera, and microphone.Learn moreTo get started, see theAIY Maker Kit documentation.
It includes complete setup instructions with a Raspberry Pi, project tutorials,
and theaiymakerkit API reference.Install on Raspberry Pi OSIf you're on a Raspberry Pi, we recommend you flash our custom Raspberry Pi OS
system image before installing this library, as documented athttps://aiyprojects.withgoogle.com/maker/. That way, you're sure to have
all the required software installed and there should be no trouble.But if you want to do things differently and can tolerate some extra steps and risk troubleshooting,
you can build our system image yourself and/or install the required libraries
on an existing RPI OS system as documented athttps://github.com/google-coral/aiy-maker-kit-tools(but we
do not recommend it).Install manuallyFor other situations where you want to install only theaiymakerkitlibrary,you must manually install thelibedgetpuandpycorallibraries first.
Assuming that you are also using the Coral USB
Accelerator, you can get these libraries by following theCoral USB Accelerator
setup guide at coral.ai.Then you can clone this repo and install the library as follows:git clone https://github.com/google-coral/aiy-maker-kit.git
cd aiymakerkit
python3 -m pip install .
|
aiy-prayer
|
Google-AIY-prayer_assistantAIY optimized voice assistant Python library that tells when the next Islamic prayer will occur.This application is based on the open-sourceprayer-toollibrary.How to get it ?The aiy prayer assistant is a python package available via pip.pip install aiy_prayerHow to use it ?To use the tool you must simply type this command. When it's done, the assistant will wait for you to push the button. That's it !python -m aiy_prayer -c <city> -l <language> -v <volume>Examplepython -m aiy_prayer -c Brussels -l fr -v 60
|
aiy-projects-python
|
A set of Python APIs designed for the AIY Voice Kit and AIY Vision Kit, which help you build intelligent systems that can understand what they hear and see.
|
aiy-voice
|
Scripts from google-aiyprojects without google-assistant requirements
|
aiy-voice-only
|
No description available on PyPI.
|
ai-z
|
Install and usagegit clone https://github.com/ai-z/ai-z.git
cd ai-z
pip3 install -r requirements.txt
python3 -m aiz.aizAlternatively Using pip:pip3 install ai-z
ai-zKnown IssuesAMD GPUs name will be displayed as ‘cardX’PCIE bandwith usage graph on NVDIA cards is not correct
|
aizoo
|
🔥aizoo🔥Installpip install aizoo -UDocsUsagesOOF modelsfromaizoo.tab.modelsimportTabNetClassifierfromsklearn.datasetsimportmake_regression,make_classificationfromsklearn.metricsimportr2_score,roc_auc_scoreX,y=make_classification(n_samples=10000)TabNetClassifier().run(X,y,feval=roc_auc_score)Hyperparameter optimization:search_spacefromaizoo.tuner.optimizersimportLGBOptimizer,F1Optimizerfromsklearn.datasetsimportmake_regression,make_classificationX,y=make_classification(n_samples=1000)opt=LGBOptimizer('search_space.yaml',X,y)best_params=opt.optimize(100)opt.plot()TODO=======
History0.0.0 (2021-09-04)First release on PyPI.
|
aizynthfinder
|
AiZynthFinderAiZynthFinder is a tool for retrosynthetic planning. The default algorithm is based on a Monte Carlo tree search that recursively breaks down a molecule to purchasable precursors. The tree search is guided by a policy that suggests possible precursors by utilizing a neural network trained on a library of known reaction templates. This setup is completely customizable as the tool
supports multiple search algorithms and expansion policies.An introduction video can be found here:https://youtu.be/r9Dsxm-mcgAPrerequisitesBefore you begin, ensure you have met the following requirements:Linux, Windows or macOS platforms are supported - as long as the dependencies are supported on these platforms.You have installedanacondaorminicondawith python 3.9 - 3.11The tool has been developed on a Linux platform, but the software has been tested on Windows 10 and macOS Catalina.InstallationFor end-usersFirst time, execute the following command in a console or an Anaconda promptconda create "python>=3.8,<3.10" -n aizynth-envTo install, activate the environment and install the package using pypiconda activate aizynth-env
python -m pip install aizynthfinder[all]for a smaller package, without all the functionality, you can also typepython -m pip install aizynthfinderFor developersFirst clone the repository using Git.Then execute the following commands in the root of the repositoryconda env create -f env-dev.yml
conda activate aizynth-dev
poetry install --all-extrastheaizynthfinderpackage is now installed in editable mode.UsageThe tool will install theaizynthcliandaizynthapptools
as interfaces to the algorithm:aizynthcli --config config_local.yml --smiles smiles.txt
aizynthapp --config config_local.ymlConsult the documentationherefor more information.To use the tool you need1. A stock file
2. A trained expansion policy network
3. A trained filter policy network (optional)Such files can be downloaded fromfigshareandhereor they can be downloaded automatically usingdownload_public_data my_folderwheremy_folderis the folder that you want download to.
This will create aconfig.ymlfile that you can use with eitheraizynthclioraizynthapp.DevelopmentTestingTests uses thepytestpackage, and is installed bypoetryRun the tests using:pytest -vThe full command run on the CI server is available through aninvokecommandinvoke full-testsDocumentation generationThe documentation is generated by Sphinx from hand-written tutorials and docstringsThe HTML documentation can be generated byinvoke build-docsContributingWe welcome contributions, in the form of issues or pull requests.If you have a question or want to report a bug, please submit an issue.To contribute with code to the project, follow these steps:Fork this repository.Create a branch:git checkout -b <branch_name>.Make your changes and commit them:git commit -m '<commit_message>'Push to the remote branch:git pushCreate the pull request.Please useblackpackage for formatting, and followpep8style guide.Contributors@SGenheden@lakshidaa@helenlai@EBjerrum@A-Thakkar@bentebThe contributors have limited time for support questions, but please do not hesitate to submit an issue (see above).LicenseThe software is licensed under the MIT license (see LICENSE file), and is free and provided as-is.ReferencesThakkar A, Kogej T, Reymond J-L, et al (2019) Datasets and their influence on the development of computer assisted synthesis planning tools in the pharmaceutical domain. Chem Sci.https://doi.org/10.1039/C9SC04944DGenheden S, Thakkar A, Chadimova V, et al (2020) AiZynthFinder: a fast, robust and flexible open-source software for retrosynthetic planning. ChemRxiv. Preprint.https://doi.org/10.26434/chemrxiv.12465371.v1
|
aj
|
No description available on PyPI.
|
aj-3
|
No description available on PyPI.
|
aja
|
AjaAja providesFabrictasks for deployingbuildoutsfrom staging server to
remote production servers:it assumes buildout with absolute path (this is the buildout default)it assumes that all the relevant paths (python, buildout, shared eggs, etc)
are identical for the staging and production serversbootstrap and buildout are always run on the staging server onlybuildout is deployed by pushing its bin-, parts- and (local or shared)
eggs-directories into the remote production server using rsyncInstallationAja can be installed like any Python package:$pipinstallajaBut be aware that Aja comes with the following dependenciesFabricparamikozc.buildoutsetuptoolsecdsapycryptoand therefore, it’s recommended to use a dedicated virtualenv.Aja doesn’t have it’s own executable, but is executed using Fabric’sfabcommand. Of course, it is possible to symlink that asaja.ConfigurationAja is configured with a fabfile, e.g.fabfile.py:importfabric.apifabric.api.env.update({'buildout_directory_prefix':'',# optional'buildout_extends_prefix':'',# optional})fromaja.tasksimport*buildout_directory_prefixprovides optional convenience when creating new
buildouts or when looking for buildouts for the other commands.buildout_extends_prefixprovides optional convenience when creating new
buildout.UsageAja maps Fabric’s hosts into buildouts so that for each buildout, it fillsfabric.api.envwith variables from[aja]part in the buildout (this is
quite similar tocollective.hostout). The rest of the resolved buildout file
can be found atfabric.api.env.buildout.An example[aja]part could look like:[aja]executable=/usr/local/python/bin/pythonhost_string=buildout@productionkey_filename=/home/buildout/.ssh/id_rsaThis part would configure Aja tasks to use particular Python virtualenv for
running the buildout
and
push the results into serverproductionby performing rsync using the
given key file.Example Aja usage could look like:$fabcreate:/var/buildout/plone,/vagrant/plone-4.3.cfg$fab-H/var/buildout/plonebuildoutpushAnd with the following convenience configuration in fabfile:importfabric.apifabric.api.env.update({'buildout_directory_prefix':'/var/buildout','buildout_extends_prefix':'/vagrant',})fromaja.tasksimport*The previous example usage could look like:$fabcreate:plone,plone-4.3.cfg$fab-HplonebuildoutpushNotebuildout_extends_prefixcan also be an URL likehttp://myserver/buildouts/ExtendingAja provides only the most basic fabric tasks, but it provides a custom
task classaja.tasks.AjaTask, which provides resolved buildout
atfabric.api.env.buildout. This makes it easy to define custom tasks
in your fabfile, e.g.fromfabricimportapifromfabric.operationsimportrunfromaja.tasksimportAjaTask@task(task_class=AjaTask)defpurge():buildout_bin=api.env.buildout['buildout'].get('bin-directory')buildout_parts=api.env.buildout['buildout'].get('parts-directory')run('rm -rf{0:s}'.format(buildout_bin))run('rm -rf{0:s}'.format(buildout_parts))purge.__doc__=\"""Clean bin- and parts-directories (e.g. before push)
"""Changelog0.9.2 (2017-05-10)Add support for bootstrap cmd to read setuptools and zc.buildout versions
from buildout
[datakurre]0.9.1 (2016-04-26)Add aja-alias for fabric as a console script
[datakurre]0.9.0 (2015-01-14)First release.
|
aj-abydos-mod
|
AbydosCI & Test StatusCode QualityDependenciesLocal AnalysisUsageContributionPyPIconda-forgeAbydos NLP/IR libraryCopyright 2014-2020 by Christopher C. LittleAbydos is a library of phonetic algorithms, string distance measures & metrics,
stemmers, and string fingerprinters including:Phonetic algorithmsRobert C. Russell’s IndexAmerican SoundexRefined SoundexDaitch-Mokotoff SoundexKölner PhonetikNYSIISMatch Rating AlgorithmMetaphoneDouble MetaphoneCaverphoneAlpha Search Inquiry SystemFuzzy SoundexPhonexPhonemPhonixSfinxBisphonetStandardized Phonetic Frequency CodeStatistics CanadaLeinRoger RootOxford Name Compression Algorithm (ONCA)Eudex phonetic hashHaase PhonetikReth-Schek PhonetikFONEMParmar-KumbharanaDavidson’s Consonant CodeSoundDPSHP Soundex/Viewex Codingan early version of Henry CodeNorphoneDolby CodePhonetic SpanishSpanish MetaphoneMetaSoundexSoundexBRNRL English-to-phonemeBeider-Morse Phonetic MatchingString distance metricsLevenshtein distanceOptimal String Alignment distanceLevenshtein-Damerau distanceHamming distanceTversky indexSørensen–Dice coefficient & distanceJaccard similarity coefficient & distanceoverlap similarity & distanceTanimoto coefficient & distanceMinkowski distance & similarityManhattan distance & similarityEuclidean distance & similarityChebyshev distancecosine similarity & distanceJaro distanceJaro-Winkler distance (incl. the strcmp95 algorithm variant)Longest common substringRatcliff-Obershelp similarity & distanceMatch Rating Algorithm similarityNormalized Compression Distance (NCD) & similarityMonge-Elkan similarity & distanceMatrix similarityNeedleman-Wunsch scoreSmith-Waterman scoreGotoh scoreLength similarityPrefix, Suffix, and Identity similarity & distanceModified Language-Independent Product Name Search (MLIPNS) similarity &
distanceBag distanceEditex distanceEudex distancesSift4 distanceBaystat distance & similarityTypo distanceIndel distanceSynonameStemmersthe Lovins stemmerthe Porter and Porter2 (Snowball English) stemmersSnowball stemmers for German, Dutch, Norwegian, Swedish, and DanishCLEF German, German plus, and Swedish stemmersCaumann’s German stemmerUEA-Lite StemmerPaice-Husk StemmerSchinke Latin stemmerS stemmerString Fingerprintsstring fingerprintq-gram fingerprintphonetic fingerprintPollock & Zomora’s skeleton keyPollock & Zomora’s omission keyCisłak & Grabowski’s occurrence fingerprintCisłak & Grabowski’s occurrence halved fingerprintCisłak & Grabowski’s count fingerprintCisłak & Grabowski’s position fingerprintSynoname ToolcodeInstallationRequired libraries:NumPydeprecationOptional libraries (all available on PyPI, some available on conda or
conda-forge):SyllabiPyNLTKPyLZSSpaqTo install Abydos (master) from Github source:git clone https://github.com/chrislit/abydos.git --recursive
cd abydos
python setup installIf your default python command calls Python 2.7 but you want to install for
Python 3, you may instead need to call:python3 setup installTo install Abydos (latest release) from PyPI using pip:pip install abydosTo install fromconda-forge:conda install abydosIt should run on Python 3.5-3.8.Testing & ContributingTo run the whole test-suite just call tox:toxThe tox setup has the following environments: black, py37, doctest,
regression, fuzz, pylint, pydocstyle, flake8, doc8, docs, sloccount, badges, &
build. So if you only want to generate documentation (in HTML, EPUB, & PDF
formats), just call:tox -e docsIn order to only run & generate Flake8 reports, call:tox -e flake8Contributions such as bug reports, PRs, suggestions, desired new features, etc.
are welcome through GithubIssues&Pull requests.Release History0.6.0 (2020-00-00)frijadoi:10.5281/zenodo.Changes:The deprecated function-based API wrappers were removed.Added type hintsMade all phonetic algorithms’ encode & encode_alpha methods and all string
fingerprinters’ fingerprint methods return values of type str.0.5.0 (2020-01-10)ecgtheowdoi:10.5281/zenodo.3603514Changes:Support for Python 2.7 was removed.0.4.1 (2020-01-07)distant dietrichdoi:10.5281/zenodo.3600548Changes:Support for Python 3.4 was removed. (3.4 reached end-of-life on March 18,
2019)Fuzzy intersections were corrected to avoid over-counting partial
intersection instances.Levenshtein can now return an optimal alignmentAdded the following distance measures:Indice de Similitude-Guth (ISG)INClusion ProgrammeGuthVictorian Panel Study (VPS) scoreLIG3 similarityDiscounted LevenshteinRelaxed HammingString subsequence kernel (SSK) similarityPhonetic edit distanceHenderson-Heron dissimilarityRaup-Crick similarityMillar’s binomial deviance dissimilarityMorisita similarityHorn-Morisita similarityClark’s coefficient of divergenceChao’s Jaccard similarityChao’s Dice similarityCao’s CY similarity (CYs) and dissimilarity (CYd)Added the following fingerprint classes:Taft’s Consonant codingTaft’s Extract - letter listTaft’s Extract - position & frequencyL.A. County Sheriff’s SystemLibrary of Congres Cutter table encodingAdded the following phonetic algorithms:Ainsworth’s grapheme-to-phonemePHONIC0.4.0 (2019-05-30)dietrichdoi:10.5281/zenodo.3235034Version 0.4.0 focuses on distance measures, adding 211 new measures. Attempts
were made to provide normalized version for measure that did not inherently
range from 0 to 1. The other major focus was the addition of 12 tokenizers, in
service of expanding distance measure options.Changes:Support for Python 3.3 was dropped.Deprecated functions that merely wrap class methods to maintain API
compatibility, for removal in 0.6.0Added methods to ConfusionTable to return:its internal representationfalse negative ratefalse omission ratepositive & negative likelihood ratiosdiagnostic odds ratioerror rateprevalenceJaccard indexD-measurePhi coefficientjoint, actual, & predicted entropiesmutual informationproficiency (uncertainty coefficient)information gain ratiodependencyliftDeprecated f-measure & g-measure from ConfusionTable for removal in
0.6.0Added notes to indicate when functions, classes, & methods were addedAdded the following 12 tokenizers:QSkipgramsCharacterTokenizerRegexpTokenizer, WhitespaceTokenizer, & WordpunctTokenizerCOrVClusterTokenizer, CVClusterTokenizer, & VCClusterTokenizerSonoriPyTokenizer & LegaliPyTokenizerNLTKTokenizerSAPSTokenizerAdded the UnigramCorpus class & a facility for downloading data, such as
pre-processed/trained data, from storage on GitHubAdded the Wåhlin phonetic encodingAdded the following 211 similarity/distance/correlation measures:ALINEAMPLEAnderbergAndres & Marzo’s DeltaAverage LinkageAZZOOBaroni-Urbani & Buser I & IIBatagelj & BrenBaulieu I-XVBenini I & IIBennetBhattacharyyaBI-SIMBLEUBlock LevenshteinBrainerd-RobinsonBraun-BlanquetCanberraChordClementCohen’s KappaColeComplete LinkageConsonni & Todeschini I-VCormode’s LZCovingtonDennisDice Asymmetric I & IIDigbyDispersionDoolittleDunningEyraudFager & McGowanFaithFellegi-SunterFidelityFleissFleiss-Levin-PaikFlexMetricForbes I & IIFossumFuzzyWuzzy Partial StringFuzzyWuzzy Token SetFuzzyWuzzy Token SortGeneralized FleissGilbertGilbert & WellsGini I & IIGoodallGoodman & Kruskal’s LambdaGoodman & Kruskal’s Lambda-rGoodman & Kruskal’s Tau A & BGower & LegendreGuttman’s Lambda A & BGwet’s ACHamannHarris & LaheyHassanatHawkins & DotsonHellingerHiguera & MicoHurlbertIterative SubStringJaccard-NMJensen-ShannonJohnsonKendall’s TauKent & Foster I & IIKoppen I & IIKuder & RichardsonKuhns I-XIIKulczynski I & IILongest Common PrefixLongest Common SuffixLorentzianMaarelMarkingMarking MetricMASIMatusitaMaxwell & PillinerMcConnaugheyMcEwen & MichaelMetaLevenshteinMicheletMinHashMountfordMean Squared ContingencyMutual InformationNCD with LZSSNCD with PAQ9aOzbayPatternPearson’s Chi-SquaredPearson & Heron IIPearson II & IIIPearson’s PhiPeircePositional Q-Gram Dice, Jaccard, & OverlapQ-GramQuantitative Cosine, Dice, & JaccardRees-LevenshteinRobertsRogers & TanimotoRogot & GoldbergRouge-L, -S, -SU, & -WRussell & RaoSAPSScott’s PiShapeShapira & Storer ISift4 ExtendedSingle LinkageSizeSoft CosineSoftTF-IDFSokal & MichenerSokal & Sneath I-VSorgenfreiSteffensenStilesStuart’s TauTarantulaTarwidTetrachoricTF-IDFTichyTulloss’s R, S, T, & UUnigram SubtupleUnknown A-MUpholtWarrens I-VWeighted JaccardWhittakerYates’ Chi-SquaredYJHHRYujian & BoYule’s Q, Q II, & YFour intersection types are now supported for all distance measure that are
based on _TokenDistance. In addition to basic crisp intersections, soft,
fuzzy, and group linkage intersections have been provided.0.3.6 (2018-11-17)classy carldoi:10.5281/zenodo.1490537Changes:Most functions were encapsulated into classes.Each class is broken out into its own file, with test files paralleling
library files.Documentation was converted from Sphinx markup to Numpy style.A tutorial was written for each subpackage.Documentation was cleaned up, with math markup corrections and many
additional links.0.3.5 (2018-10-31)cantankerous carldoi:10.5281/zenodo.1463204Version 0.3.5 focuses on refactoring the whole project. The API itself remains
largely the same as in previous versions, but underlyingly modules have been
split up. Essentially no new features are added (bugfixes aside) in this
version.Changes:Refactored library and tests into smaller modulesBroke compression distances (NCD) out into separate functionsAdopted Black code styleAdded pyproject.toml to use Poetry for packaging (but will continue using
setuptools and setup.py for the present)Minor bug fixes0.3.0 (2018-10-15)carldoi:10.5281/zenodo.1462443Version 0.3.0 focuses on additional phonetic algorithms, but does add numerous
distance measures, fingerprints, and even a few stemmers. Another focus was
getting everything to build again (including docs) and to move to more
standard modern tools (flake8, tox, etc.).Changes:Fixed implementation of Bag distanceUpdated BMPM to version 3.10Fixed Sphinx documentation on readthedocs.orgSplit string fingerprints out of clustering into their own moduleAdded support for q-grams to skip-n charactersNew phonetic algorithms:Statistics CanadaLeinRoger RootOxford Name Compression Algorithm (ONCA)Eudex phonetic hashHaase PhonetikReth-Schek PhonetikFONEMParmar-KumbharanaDavidson’s Consonant CodeSoundDPSHP Soundex/Viewex Codingan early version of Henry CodeNorphoneDolby CodePhonetic SpanishSpanish MetaphoneMetaSoundexSoundexBRNRL English-to-phonemeNew string fingerprints:Cisłak & Grabowski’s occurrence fingerprintCisłak & Grabowski’s occurrence halved fingerprintCisłak & Grabowski’s count fingerprintCisłak & Grabowski’s position fingerprintSynoname ToolcodeNew distance measures:Minkowski distance & similarityManhattan distance & similarityEuclidean distance & similarityChebyshev distance & similarityEudex distancesSift4 distanceBaystat distance & similarityTypo distanceIndel distanceSynonameNew stemmers:UEA-Lite StemmerPaice-Husk StemmerSchinke Latin stemmerS stemmerEliminated ._compat submodule in favor of sixTransitioned from PEP8 to flake8, etc.Phonetic algorithms now consistently use max_length=-1 to indicate that
there should be no length limitAdded example notebooks in binder directory0.2.0 (2015-05-27)bertholdAdded Caumanns’ German stemmerAdded Lovins’ English stemmerUpdated Beider-Morse Phonetic Matching to 3.04Added Sphinx documentation0.1.1 (2015-05-12)albrechtFirst Beta release to PyPICreator & MaintainerChristopher C. Little (@chrislit) <[email protected]>ContributorsSzolár Balázs (@LEFTazs)
|
ajaejokes
|
ajaejokesThis is another wrapper for icanhazdadjoke.
|
ajaira
|
Failed to fetch description. HTTP Status Code: 404
|
ajallaan
|
AjallaanIn due time (Finnish: ajallaan) - reporting on worklog entries of some ticket system.License: MITThird party dependencies are documented in the folderthird-party.DocumentationUser and developerdocumentation of ajallaan.Bug TrackerAny feature requests or bug reports shall go to thetodos of ajallaan.Primary Source repositoryThe main source ofajallaanis on a mountain in central Switzerland.
We use distributed version control (git).
There is no central hub.
Every clone can become a new source for the benefit of all.
The preferred public clones ofajallaanare:on codeberg- a democratic community-driven, non-profit software development platform operated by Codeberg e.V.at sourcehut- a collection of tools useful for software development.ContributionsPlease do not submit "pull requests" (I found no way to disable that "feature" on GitHub).
If you like to share small changes under the repositories license please kindly do so by sending a patchset.
You can either send such a patchset per email usinggit send-emailor
if you are a sourcehut user by selecting "Prepare a patchset" on the summary page of your fork atsourcehut.StatusExperimental.Note: The default branch isdefault.
|
ajao-distributions
|
No description available on PyPI.
|
ajar
|
See website for more info.
|
ajax
|
UNKNOWN
|
ajaxfeed
|
This library provide access to Google Ajax Feed API
with similar structure and naming convention as if an extension to GData Python
Client Library.
|
ajaxlogin
|
Ajaxlogin
|
ajaxuploader
|
UNKNOWN
|
ajax-validation
|
for more details and usage please refer tohttps://github.com/MuongKimhong/ajax_validation
|
ajax-views
|
ajax-viewsA simple Django application to easily use AJAX views with JavaScript.Compatibilitydjango>= 3.2python>= 3.7FeaturesAbility to expose your AJAX URLs to JavaScriptSupported Function-Based and Class-Based ViewsOne URL patternto rule them allfor all AJAX viewsJinja2 supportInstallationInstall the package via Pip:pip install ajax-viewsAdd it to yourINSTALLED_APPSlist:INSTALLED_APPS=(# ..."ajax_views",# ...)Addajax_views.urlsto your URLconf:fromdjango.urlsimportinclude,pathurlpatterns=[path("ajax/",include("ajax_views.urls")),]Usage@ajax_view("name")Use this decorator to register your views (Function-Based or Class-Based).fromajax_views.decoratorsimportajax_view@ajax_view("myapp.form")defform_view(request):...@ajax_view("myapp.form_cbv")classAjaxFormView(FormView):...NOTE: The specified name has to be unique.You can combineajax_viewwith other decorators:@csrf_exempt@require_POST@ajax_view("myapp.contact_form")defcsrf_exempt_view(request):# ...{% ajax_views_json %}Template tag to output registered URLs as JSON.{% load ajax_views %}
<script>
window.ajax_views = {% ajax_views_json %};
</script>Now you can use the declared object to refer to the corresponding urls like this:$.ajax({url:window.ajax_views.myapp.form,...});{% ajax_url 'name' %}This tag is used to add AJAX URLs in the template files:{% load ajax_views %}
<form action="{% ajax_url 'myapp.form' %}" method="post">
...
</form>Multiple namesYou can have multiple names for the same view:fromajax_views.decoratorsimportajax_view@ajax_view(["myapp.form","myapp.fallback"])defexample_view(request):...Jinja2 supportEnable Jinja2 extensionTEMPLATES=[{"BACKEND":"django.template.backends.jinja2.Jinja2","OPTIONS":{"extensions":[# ..."ajax_views.templatetags.ajax_views.AjaxViewsExtension",]}}]NOTE: If you are usingdjango-jinja, you don't need to do this.The usage is similar to Django, except thatajax_urlis a global function:<form action="{{ ajax_url('myapp.form') }}" method="post">
...
</form>Development and TestingAfter cloning the Git repository, you should install this
in a virtualenv and set up for development:virtualenv.venvsource.venv/bin/activate
pipinstall-r./requirements.txt
pre-commitinstall
|
ajaypanday678
|
This is no one can do
|
ajaypdf
|
This is the homepage of our project
|
ajayspackage
|
The README.md file in a Python package typically contains documentation that provides an overview of the package, its features, and how to use it. The file is written in Markdown format, which is a lightweight markup language that allows you to easily format text with headers, links, lists, and other elements.The README.md file is usually one of the first files that a user or developer will see when they visit the package's repository on GitHub or another hosting platform. It can be thought of as the "front page" of the package and serves as a quick reference for what the package does and how to use it.Here are some common sections that you might find in a README.md file for a Python package:Introduction: A brief introduction to the package and its purpose.
Installation: Instructions on how to install the package using pip or another method.
Quickstart: A simple example that demonstrates how to use the package.
Usage: Detailed instructions on how to use the package, including code examples and explanations of its features.
Contributing: Guidelines for how to contribute to the package, such as how to report issues or submit pull requests.
License: Information about the license under which the package is distributed.
The README.md file is an important component of a Python package's documentation, and it's a good idea to keep it up-to-date and informative to help users and developers get started with the package.
|
ajb001-distribution
|
No description available on PyPI.
|
ajc27-freemocap-blender-addon
|
Freemocap AdapterAdd-on to adapt the Freemocap Blender output. It can adjust the empties position, add a rig and a body mesh. The
resulting rig and animation can be imported in platforms like Unreal Engine.RequirementsActivate the Rigify add-on in Blender preferences.InstallationInstall as a regular *.py add-on in Edit->Preferences-Add-ons.Considerations:The rig has a TPose as rest pose for easier retargeting.
For best results, when the adjust empties function is executed the empties should be forming a standing still pose with
arms open similar to A or T Pose.
The body_mesh.ply file should be in the same folder as the Blender file before manually opening it.
|
ajchoco
|
My first Python package ever with a slightly longer description
|
ajchocobo
|
My first Python package ever with a slightly longer description
|
ajchocoboo
|
My first Python package ever with a slightly longer description
|
ajcli
|
example usage:$ jiracli --host "$JIRA_SERVER" -u "$USER" -p "$PASSWORD" projects
$ jiracli --host "$JIRA_SERVER" -p "$PASSWORD" worklogs project="$KEY" and sprint=2
$ jiracli --host "$JIRA_SERVER" -u "$USER" worklogs --user "Foo Bar" sprint=2 or sprint=3
$ jiracli --host "$JIRA_SERVER" issues project="$KEY" and type=story or type=issue
$ jiracli --host "$JIRA_SERVER" users "$PROJECT_ID"
|
ajd-distributions
|
No description available on PyPI.
|
ajedrez-asir
|
No description available on PyPI.
|
ajelastic
|
Aasaanjobs Elasticsearch SDKLibrary to handle elasticsearch related transactions in Python (for internal usage in Aasaanjobs)RequirementsPython 3.5 and greaterElasticsearch PythonInstallationInstall usingpippip install ajelasticConfigurationThe AJ Elastic library reads configurations from module path specified in the environment
variableAJELASTIC_SETTINGS_MODULEif its a standalone python project, or theDJANGO_SETTINGS_MODULEenvironment variable if its a Django project.export AJELASTIC_SETTINGS_MODULE=tests.settingsExampleBelow is an example settings module that can be consumed by the library# Mandatory Settings# Elasticsearch host and portES_HOST="http://localhost:9200"# The environment suffix that will be added in the Elasticsearch index namesES_ENV="development"# Optional Settings# List of Elasticsearch indicesES_INDICES={"User":{"name":"users",# The index name prefix"doc_type":"user",# Elastic document type"data_functions":{"single":"tests.data:get_user",# Function to fetch a user; should accept a single ID argument"multi":"tests.data:list_users"# Function to fetch list of users; should accept two arguments; limit and offset},"mapping_path":"tests/user_mapping.json"# Path to the JSON mapping of the document structure}}Commands to Sync Data with ElasticsearchThis library provides the following command line scripts to synchronize/initialize dataaj-es-reindexThis command will reindex the documents from scratch fetching data from the function defined in thedata_functions.multisettings of the entity (i.e., withing theES_INDICESsettings).For eg, the below command will reindex the User entity, fetching data from thelist_usersfunction (as specified in the settings)
with a batch size of 100, i.e., in a single request 100 users will be index to elasticsearch.aj-es-reindex User 100
|
ajenti
|
No description available on PyPI.
|
ajenti-3-panel
|
No description available on PyPI.
|
ajenti-dev-multitool
|
No description available on PyPI.
|
ajenti-panel
|
No description available on PyPI.
|
ajenti.plugin.ace
|
A Ace editor plugin for Ajenti panel
|
ajenti.plugin.augeas
|
A Augeas API plugin for Ajenti panel
|
ajenti.plugin.auth-users
|
A Custom users authentication plugin for Ajenti panel
|
ajenti.plugin.check-certificates
|
A Check certificates plugin for Ajenti panel
|
ajenti.plugin.core
|
A Core plugin for Ajenti panel
|
ajenti.plugin.cpu-temp
|
No description available on PyPI.
|
ajenti.plugin.cpu-temp-widget
|
CPU Temp widget plugin for Ajenti panel
|
ajenti.plugin.cron
|
A Cron plugin for Ajenti panel
|
ajenti.plugin.dashboard
|
A Dashboard plugin for Ajenti panel
|
ajenti.plugin.datetime
|
A Date & time plugin for Ajenti panel
|
ajenti.plugin.dns-api
|
A External DNS plugin for Ajenti panel
|
ajenti.plugin.docker
|
A Docker plugin for Ajenti panel
|
ajenti.plugin.filemanager
|
A File Manager plugin for Ajenti panel
|
ajenti.plugin.filesystem
|
A Filesystem API plugin for Ajenti panel
|
ajenti.plugin.fstab
|
A Fstab plugin for Ajenti panel
|
ajenti.plugin.hosts
|
A hosts plugin for Ajenti panel
|
ajenti.plugin.iamatest-orangerake
|
Failed to fetch description. HTTP Status Code: 404
|
ajenti.plugin.iptables
|
A iptables plugin for Ajenti panel
|
ajenti.plugin.network
|
A Network plugin for Ajenti panel
|
ajenti.plugin.notepad
|
A Notepad plugin for Ajenti panel
|
ajenti.plugin.packages
|
A Packages plugin for Ajenti panel
|
ajenti.plugin.passwd
|
A User DB API plugin for Ajenti panel
|
ajenti.plugin.plugins
|
A Plugins plugin for Ajenti panel
|
ajenti.plugin.power
|
A Power management plugin for Ajenti panel
|
ajenti.plugin.services
|
A Services plugin for Ajenti panel
|
ajenti.plugin.session-list
|
A Session list plugin for Ajenti panel
|
ajenti.plugin.settings
|
A Settings plugin for Ajenti panel
|
ajenti.plugin.softraid
|
A Softraid plugin for Ajenti panel
|
ajenti.plugin.supervisor
|
A Supervisor plugin for Ajenti panel
|
ajenti.plugin.terminal
|
A Terminal plugin for Ajenti panel
|
ajenti.plugin.traffic
|
A Traffic Widget plugin for Ajenti panel
|
ajents
|
No description available on PyPI.
|
ajiey21
|
Failed to fetch description. HTTP Status Code: 404
|
ajilog
|
No description available on PyPI.
|
ajimoti-distributions
|
No description available on PyPI.
|
ajioz-gb-distribution
|
No description available on PyPI.
|
ajitesh-distributions
|
No description available on PyPI.
|
ajithmypythonlib
|
No description available on PyPI.
|
ajja
|
ajja fanstatic integrationUsageUse Fanstatic to include resources:from ajja import form
form.need()This will require all needed resources likejquery,knockout,handlebars, widgets and the code to setup and runajjaitself.DocumentationThe documentation lives underhttp://ajja.readthedocs.org.DevelopmentPlease see the development package underhttps://github.com/gocept/ajjaChangelog4.0.1 (2016-03-17)Fix wrong dependency url inbower.json.4.0.0 (2016-03-17)gocept.jsformhas a new name:ajjaThere are also some API renamings that are incompatible to older versions:The base CSS class name for ajja forms is nowajjaand notjsform.The jQuery function to initialize a submit button was renamed fromjsform_submit_button()toform_submit_button.If you includeajja`s sources manually (which is not recommended), make
sure to now include `form.jsinstead ofjsform.js.3.0.1 (2016-03-17)Introduce new API for template handling.get_template(id)returns the compiled version of the template.register_template(id, template, description)allows you to register a template under the given idcan handle precompiled templates, plain html or an id selector to a dom
node containing htmllist_templates()returns a list of templates with id and descriptionMassively improved documentation.Start measuring code coverage.3.0.0 (2016-02-03)Serve handlebars templates precompiled in src/templates.js to complete bower
integration. (#23)Rename template source files. They are now accessible viagocept.jsform.templatesvariable in the application. This is an backwards
incompatible change.Update version pinnings.Depending on concrete pinnings for jquery(-ui) is not necessary as
gocept.jsform supports jquery 1.x and 2.x. Also add explicit version pinnings
for knockout and knockout-mapping as updating there by accident may break
gocept.jsforms model behaviour.2.8.0 (2015-12-09)Add group widget and table widget which use list widget to render items in
groups / as table. (#38)Add new template to render numbers. (#15)Throw an error during __init__ if selector for form node did not match. (#32)Throw error when ListWidget.add_item receives malformed AJAX response. (#33)Addform-controlCSS class to textarea template.2.7.2 (2015-12-04)Refactor radio button template to use the same source API as object templates.2.7.1 (2015-12-04)Fixed syntax error.2.7.0 (2015-12-04)Suppress success messages in UI when saving all remaining fields.Add new template than renders a list of radio buttons.2.6.3 (2015-11-18)Add some more translations.Disable placeholder for select fields which are required.2.6.2 (2015-11-17)Unify node where form data is saved to.2.6.1 (2015-11-16)Fix initialization of sources if form data is provided directly instead of
retrieving it via load url.Make sure thatafter-loadalways fires asynchonously.2.6.0 (2015-11-12)Add option to switch one field or the whole form to readonly mode.2.5.1 (2015-11-11)Usebower-knockout-mappingin bower package instead of serving mapping
plugin directly. (only effects bower package ofgocept.jsform)2.5.0 (2015-11-06)Add list widget which uses jsform to display edit form of list items.Remove version pin of Handlebars, since error related to Handlebars 4 is
specific to the application that uses gocept.jsform.2.4.0 (2015-09-08)Pin version of Handlebars to 3.0.3, since switching to a new major version
should be done on purpose, rather by chance.2.3.0 (2015-07-31)Display status messages 3 seconds instead of 1 second. This hopefully will
fix test failures in Jenkins.Introduced, that a save call to a widget can manipulate the source values of
another widget. This is usefull for dropdowns, where the list of available
values is dependend from the selected value of another dropdown.2.2.0 (2015-06-17)Fix display of validation error messages.Make it possible to display custom HTTP error messages whenmessagewas
provided in the JSON response.2.1.0 (2015-04-09)If ajax result is HTML instead of JSON data, display HTML (which is in most
cases a 500 error or login page). (#11838)2.0.0 (2015-03-26)Render the token as the<option value>attribute, so we get the best of
both worlds: internally we deal with objects, but the DOM looks “normal” (and
other DOM-based libraries like select2 can interface with it).Package the browser resources as a bower package.Switch from json-template.js to Handbars.js for templating. (#13804)Fixed a bug where using select fields with dynamic options (sources) triggered
a save request with empty value upon creation in the UI.1.2.0 (2014-10-22)Improved handling of object and multiselect fields such that the values
loaded are actually just the values, with select options being passed as thesourcefield option. This is an important backwards-incompatible change.Added a field optionmultiplethat, when truthy and the selected type is
object, makes the field be considered a list of objects. When using the
default templates, this turns a select widget into multi-select.When loading values into a form via the JS API rather than via HTTP as JSON,
assume full objects, not tokens to be contained.Add textarea template.Added the concept of required fields which cannot be saved when blank.More Bootstrap 3 compatibility.Simplified HTML mark-up of form elements.Removed the package metadata’s implicit dependency on the test extra.Useclassyclasses.Consider HTTP error responses unrecoverable errors. This distinguishes them
from time-outs and connection errors.Addloadedproperty on Form, a Deferred so clients can check whether
loading has finished. This is mainly helpful for tests, e.g.:selenium.waitForEval(
'$("#jsform").data("form") && '
'$("#jsform").data("form").loaded.state()', '"resolved"')Expose theget_templatefunction for reuse outside the Form class.If an empty string is specified asform_template, just use the existing
form DOM node without applying any template.Add jQuery plugin$().jsform_submit_button(callback)that sets up a
button that saves the jsform and calls a function after the successful save.1.1 (2014-04-07)Propagate save message of server usingafter-savetrigger.Added infrastructure for displaying and clearing status messages, use it for
announcing HTTP faults during AJAX calls.Display and clear field-related errors both at the widget and via status
messages.When saving data, count anything but a JSON response with a status value of
“success” as an error. Give up completely after an incomprehensible
response, retry on connection errors either after the next successful server
access for any other field, or when requested by a call toretry().Added an API methodsave_remaining()that causes any fields to be saved
that have not been modified so far. While this should only save the initial
values loaded from the server, it is useful to apply the same validation and
error handling to all fields.Added an API methodwhen_saved(retry)that returns a promise that
aggregates any pending and completed save calls, either propagating the
retry behaviour of single fields (the default) or failing on server errors.Provide a visual clue and status message while saving a field.Some refactoring to improve code readability.Made code pass jshint check.Made default and currently not overrideable status message behaviour
compatible to bootstrap 3Properly unsubscribe change handlers when updating fields.Added simple localization.1.0 (2013-12-13)Remove console calls as they are not understood by all browsers.0.8 (2013-12-10)Fixed: jsform did not render in IE8 if form template started with line break.0.7 (2013-12-03)Add ability to send a CSRF token with every request. This token must be
available via the idcsrf_token(can be customized) in the DOM.Added minified versions of javascript resources.0.6 (2013-09-06)Bugfix: UseindexOfinstead ofstartsWith, which is not available on
all browsers.0.5 (2013-09-06)Declareforattribute on form labels.Store “save on change” subscriptions so they can be cancelled.Ignorenullvalues for data fields. (#1)0.4 (2013-08-27)Made it possible to define templates as template files on file system.0.3 (2013-08-27)Add eventsafter-loadandafter-save.FixJSONserialization to be able to handle Knockout observables.Addedreloadfunctionality to the form class.0.2 (2013-08-26)Made it possible to preselect values in arrays when the form is rendered.Changed form submit behaviour:Default submit type is notPOSTinstead ofGET. (Change it with thesave_typeoption)Data is now submitted asJSONtype.0.1 (2013-08-17)initial release
|
ajk_ios_buildTools
|
UNKNOWN
|
ajl-mathfunctions
|
No description available on PyPI.
|
ajl_nester
|
UNKNOWN
|
ajm1102pandemic2d
|
No description available on PyPI.
|
ajm-discord
|
ajm_discordA collection of several cogs for Discord bots with a few common methods/commands. Specifically for use with thePycordAPI.Install the current version withPyPI:pipinstallajm_discordCogsBaseCogIntentionally sparse cog, just contains an easy way to log and send messages.ListenerCogCog for listeners. Only the on_ready one does anything at the moment, really. TODODeleteCogCog for deleting bot messages in bulk on the user side, and for users to be able to delete bot messages without permissions.TextCogCog for retrieving text. Specifically from Discord threads. Can retrieve text from .txt files, Discord messages, Discord embeds, Microsoft Word documents, and google doc links. Can also convert images/image links to markdown for ease of use.
|
ajm-j
|
No description available on PyPI.
|
ajna
|
No description available on PyPI.
|
ajnester
|
UNKNOWN
|
aj_nester
|
UNKNOWN
|
ajnlppreproc
|
No description available on PyPI.
|
ajnwordcloud
|
No description available on PyPI.
|
ajobot-manager
|
No description available on PyPI.
|
a-john-shots
|
A tool to get the Security Hash Algorightms (SHA) of all file in a given path.The objective of this project is to provide a tool which give the SHAx representation of all file in a given tree/path.InstallationFrom PyPi$ pip3 install --user a-john-shotsWe recommend the--userflag which installs the required dependencies at the user level. More information about it can be found onpip documentation.From GitHub$ pip3 install --user git+https://github.com/funilrys/A-John-Shots.git@master#egg=a-john-shotsWe recommend the--userflag which installs the required dependencies at the user level. More information about it can be found onpip documentation.UsageCLIusage: a-john-shots [-h] [-a ALGORITHM] [-d DESTINATION] [-e EXCLUDE]
[-p PATH] [--print] [-s SEARCH] [--save] [-v]
A John Shots - A tool to get the Security Hash Algorightms (SHA) of all file
in a given path.
optional arguments:
-h, --help show this help message and exit
-a ALGORITHM, --algorithm ALGORITHM
The SHA algorithm to use. Can be ALL, SHA1, SHA224,
SHA384 or SHA512 (default).
-d DESTINATION, --destination DESTINATION
Set the file we are going to write the JSON output to.
-e EXCLUDE, --exclude EXCLUDE
The (regex) pattern the filename has to match in order
to be excluded from the output.
-p PATH, --path PATH The file or directory path to read.
--print Print the output.
-s SEARCH, --search SEARCH
The (regex) pattern the filename has to match in order
to be included into the output.
--save Save the output into a JSON file.
-v, --version show program's version number and exit
Crafted with ♥ by Nissar Chababy (Funilrys)APIHelp on function get in a_john_shots:
a_john_shots.get = get(file_or_dir_path, sha='sha512', search=None, save=False, save_destination=None, exclude=None)
Return the SHA representation of the given path children.
.. note::
If :code:`file_or_dir_path` is a directory, we will get
the SHA representation of all children files.
.. note::
If :code:`file_or_dir_path` is a file, we will get
the SHA representation of the given file.
:param file_or_dir_path: The file or directory we are working with.
:type file_or_dir_path: str
:param sha:
The SHA to use. Can be one of the following:
::
- all
- sha1
- sha224
- sha384
- sha513
:type sha: str
:param search:
The pattern the filename have to match in order to be
taken in consideration.
:type search: str
:param save:
Tell the system if we are allowed to save the result into a JSON file.
.. note::
The default file name is :code:`faith-slosh.json`.
.. note::
Even if this argument is set to :code:`True`, we return the
dict representation if needed.
:type save: bool
:param save_destination: The destination file.
:type save_destination: str
:param exclude:
The pattern the filename have to match in order to be
excluded.
:type exclude: str|listLicenseMIT License
Copyright (c) 2017-2019 Nissar Chababy <contact at funilrys dot com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
ajpdf
|
This is my trial project
|
ajpuamjad
|
This is the homepage of our project.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.